12. Quiz: Favorite Food (2-3)

Directions:

Create a string with the name of your favorite food. The first letter of the string should be capitalized.

Your Code:

Start Quiz:

/*
 * Programming Quiz: Favorite Food (2-3)
 */

console.log(/* replace this comment with your string */);

INSTRUCTOR NOTE:

Have questions? Head to Knowledge for discussion with the Udacity Community.